/* CSS Document */

.sunmenu {
    width: 100%;
    height: 110px;
    margin-top: 25px;
    position: relative;
}

    .sunmenu li {
        width: 16%;
        float: left;
        height: 110px;
        float: left;
        text-align: center;
        border-right: 1px solid #efefef;
    }

        .sunmenu li img {
            width: 56px;
            height: 56px;
            margin: 0 auto;
            margin-top: 12px;
        }

        .sunmenu li p {
            width: 100%;
            height: 30px;
            line-height: 30px;
            margin-top: 8px;
            font-size: 16px;
        }

        .sunmenu li:nth-child(6) {
            border: none !important;
        }

        .sunmenu li:hover img {
            transform: scale(1.1);
        }

.center {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 30px 0 50px 0;
}

.left {
    width: 48%;
    float: left;
}

.right {
    width: 48%;
    float: right;
}

.centleft {
    position: relative;
    overflow: hidden;
    height: 480px;
    font-size: 16px;
    line-height: 2em;
}

.centright {
    position: relative;
    overflow: hidden;
    height: 480px;
}

    .centright
    video {
        width: 100%;
        height: auto;
        border-radius: 15px;
        overflow: hidden
    }


.about {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    height: 295px;
    font-size: 15px;
}

.title {
    width: 100%;
    position: relative;
    color: #1482c1;
    height: 40px;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 30px;
    line-height: 40px;
}

    .title span {
        font-weight: bold;
        font-size: 20px;
        border-bottom: 2px solid #00588a;
        float: left;
        display: block;
        width: 80px;
        height: 40px;
    }

    .title i {
        font-style: normal;
        line-height: 45px;
        margin-left: 10px;
    }

    .title a {
        position: absolute;
        right: 0;
        top: 0;
        color: #1482c1 !important;
    }

.box {
    width: 100%;
    position: relative;
}

    .box img {
        width: 100%;
        vertical-align: middle;
        height: 100%;
        -webkit-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
    }

.scope .box:hover img {
    transform: scale(1.1);
}

.honor .box:hover img {
    transform: scale(1.1);
}

.about .box img {
    height: 185px !important;
}




.scope {
    width: 375px;
    float: right;
    height: 215px;
}

.business .left img {
    width: 100%;
    height: 390px;
    object-fit: cover
}

.business .right li {
    background: #eee;
    height: 116px;
    margin-bottom: 20px;
}

    .business .right li:hover {
        background: url(/aspx/images/bussiness_bg.jpg)
    }

        .business .right li:hover a {
            color: #fff
        }


    .business .right li:nth-child(2):hover {
        background-position: 0 -130px;
    }

    .business .right li:nth-child(3):hover {
        background-position: 0 -270px;
    }

    .business .right li:hover img {
        filter: brightness(0) invert(1);
    }

    .business .right li a {
        width: 100%;
        height: 100%;
        padding: 37px 30px;
        box-sizing: border-box;
        display: block;
        font-size: 28px;
        color: #000;
        font-family: "ºÚÌå", SimHei, sans-serif;
    }


.business .right span {
    display: inline-block;
    vertical-align: middle
}



.business .right li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

    .business .right li img:last-child {
        float: right;
        margin-right: 0px;
    }

.qualifications {
    margin-top: 50px
}

.business.qualifications .right li img:last-child {
    position: relative;
    top: -30px;
}


.business.qualifications .right li:hover img:last-child {
    filter: none
}


.honor {
    margin-top: 50px;
}

    .honor .left img {
        width: 100%;
        height: 340px;
        object-fit: cover
    }

    .honor .right ul {
        width: 102%;
        position: relative;
        left: -2%
    }

    .honor .right li {
        width: 31.333%;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        position: relative;
    }

        .honor .right li img {
            width: 100%;
            height: 160px;
            position: relative;
            object-fit: cover;
            opacity: 0.7;
        }

        .honor .right li::after {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 136, 215,1); /* #1d499e °ëÍ¸Ã÷ */
        }

        .honor .right li p {
            position: absolute;
            z-index: 10;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 24px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

.middle {
    margin: 50px 0;
    border-top: 1px solid #ccc;
    padding-top: 50px;
    overflow: hidden;
}

    .middle ul {
        width: 102%;
        position: relative;
        left: -2%
    }

    .middle li {
        width: 31.333%;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        position: relative;
    }

        .middle li img {
            width: 100%;
            height: 225px;
            object-fit: cover
        }

        .middle li p {
            position: absolute;
            z-index: 10;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }




.news {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.topnews {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.leftnew {
    width: 45%;
    float: right;
    height: 335px;
    position: relative;
    margin-top: 5px;
    overflow: hidden;
}

    .leftnew img {
        width: 100%;
        height: 335px;
        object-fit: cover;
        vertical-align: middle;
    }

    .leftnew p {
        width: 100%;
        padding: 0 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 45px;
        line-height: 45px;
        color: #fff;
        background: url(../images/bgc.png);
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .leftnew.rightnew {
        float: right;
        height: 265px;
    }

.topnewslist {
    width: 50%;
    float: left;
    overflow: hidden;
}

    .topnewslist
    .newstitle {
        width: 60%
    }

.news ul {
    width: 100%;
    position: relative;
}

.news li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.news ul li p {
    display: block;
    width: 140px;
    float: left;
}

.news ul li span {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news ul li i {
    font-style: normal;
    width: 80px;
    float: right;
    height: 27.5px;
    text-align: right;
}

.news ul li img {
    float: left;
}

.news a {
    color: #333;
}

.news ul li:hover a {
    color: #1482c1;
}

.newsbottom {
    width: 100%;
    position: relative;
    height: 270px;
    overflow: hidden;
}

.hanye {
    width: 560px;
    height: 230px;
    float: left;
}

.gonchen {
    width: 655px;
    height: 230px;
    float: left;
}



/*case*/
.case {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.casetit {
    width: 100%;
    background: #1482c1;
    height: 60px;
    position: relative;
    overflow: hidden;
}

    .casetit h1 {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
        margin-top: 10px;
        position: relative;
        margin-left: 20px;
        font-weight: bold;
        color: #fff;
    }

        .casetit h1 span {
            font-size: 16px;
            line-height: 40px;
            font-weight: 500;
        }

    .casetit a {
        position: absolute;
        right: 15px;
        color: #fff;
        top: 0;
        line-height: 60px;
    }

.poster-prev-btn {
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/caleft.png) left center no-repeat;
}

.poster-next-btn {
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/caright.png) right center no-repeat;
}

.caseban {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

    .caseban .poster-list .poster-item {
        position: absolute;
        left: 0;
        overflow: hidden
    }

    .caseban .poster-btn {
        position: absolute;
        top: 0;
        cursor: pointer;
    }

.poster-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/bgc.png);
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.casebottom {
    width: 100%;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.jixie {
    width: 68%;
    float: left;
    position: relative;
}

    .jixie ul {
        width: 100%;
        height: 247px;
    }



    .jixie .bx-wrapper {
        width: 100%;
        position: relative;
    }

    .jixie .bx-viewport {
        height: 300px;
        margin-top: 25px;
        position: relative;
    }

        .jixie .bx-viewport li {
            border: 1px solid #d1d1d1;
            height: 300px;
            box-sizing: border-box;
        }

            .jixie .bx-viewport li img {
                width: 330px;
                height: 240px;
                object-fit: cover;
                vertical-align: middle;
            }

            .jixie .bx-viewport li p {
                width: 100%;
                position: relative;
                height: 48px;
                border-top: 1px solid #d1d1d1;
                line-height: 48px;
                color: #1482c1;
                text-align: center;
                font-size: 18px;
                padding-top: 8px
            }

    .jixie .bx-pager {
        display: none;
    }

    .jixie .bx-controls-direction a {
        display: block;
        width: 30px;
        height: 60px;
        position: absolute;
        text-indent: 999em;
        top: 50%;
        margin-top: -30px;
    }

    .jixie .bx-prev {
        background: url(../images/jileft.png) center no-repeat;
        left: 0;
    }

    .jixie .bx-next {
        background: url(../images/jiright.png) center no-repeat;
        right: 0;
    }


.caseri {
    float: right;
    height: 330px;
    width: 30%;
    float: right;
    position: relative;
}

    .caseri li {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

        .caseri li img {
            width: 100%;
            height: 180px;
            object-fit: cover
        }

        .caseri li p {
            position: absolute;
            z-index: 10;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 28px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

@media (max-width: 900px) {

    .sunmenu {
        background: #f3f3f3;
        margin-top: 0px;
    }

    .sunmenu {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #f3f3f3;
        padding: 30px 0 20px 0;
    }

        .sunmenu li {
            width: 33.33%;
            height: 80px;
            border: none;
            margin-bottom: 20px;
        }

            .sunmenu li img {
                width: 40px;
                height: 40px;
            }


            .sunmenu li:nth-child(6) {
                border: none !important;
            }


    .center {
        margin: 0 30px;
        width: auto
    }

    .about {
        height: auto
    }

    .centleft, .centright {
        width: auto;
        height: auto;
        float: none;
        margin-top: 30px
    }

        .centright video {
            height: auto
        }

    .business {
        margin: 30px;
    }

        .business .left, .business .right {
            width: 100%;
            float: none
        }

            .business .left img {
                height: auto;
                margin-bottom: 30px
            }

            .business .right li {
                height: auto
            }

                .business .right li a {
                    font-family: 'Microsoft YaHei';
                    padding: 20px 15px;
                    font-size: 18px;
                }

    .qualifications .right li img {
        height: 30px;
        width: auto;
        top: 0 !important
    }


    .honor {
        margin: 30px;
        margin-bottom: 0px;
        overflow: hidden
    }

        .honor .left, .honor .right {
            float: none;
            width: 100%;
        }

            .honor .left img {
                height: auto;
                margin-bottom: 30px
            }


            .honor .right li {
                width: 48%
            }

                .honor .right li img {
                    height: 100px
                }

                .honor .right li p {
                    width: 90%;
                    text-align: center
                }

    .middle {
        margin: 30px;
        padding: 0
    }

        .middle li {
            width: 100%;
        }

            .middle li img {
                height: 150px;
            }

    .news {
        width: auto;
        margin: 30px
    }

        .news li {
            height: auto;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px dashed #ccc;
        }



        .news .topnewslist, .news .leftnew {
            float: none;
            width: 100%;
        }

    .topnewslist .newstitle {
        width: 100%;
    }

        .topnewslist .newstitle

        .news li {
            height: auto;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px dashed #ccc;
        }

    .news ul li p {
        display: none
    }

    .news ul li span {
        width: auto;
        float: left;
        white-space: normal;
        overflow: hidden;
        text-overflow: unset;
    }

    .news ul li img {
        margin-top: 5px;
        display: none
    }

    .news ul li i {
        font-size: 14px;
        color: #999;
        float: left;
        text-align: left
    }

    .leftnew {
        display: none
    }

        .leftnew p {
            box-sizing: border-box
        }

    .case {
        width: auto;
        margin: 0 30px 30px 30px
    }


    #caseban {
        width: calc(100vw - 100px) !important;
    }

    .poster-item p {
        padding: 0 50px;
        box-sizing: border-box;
    }



    /*
    .jixie {
        width: 100%;
        float: none;
    }

        .jixie ul {
            width: auto !important;
            height: auto;
        }

  

    .jixie .bx-viewport {
        height: auto !important
    }

        .jixie .bx-viewport li {
            float: none !important;
            width: 100% !important;
            height: auto !important;
            margin-right: 0 !important;
            margin-bottom: 20px;
        }

    .jixie .bx-controls-direction {
        display: none
    }

    .jixie .bx-viewport li img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }
    **/
    .jixie {
        width: 100%;
        float: none
    }

        .jixie .bx-viewport {
            height: 210px;
        }

            .jixie .bx-viewport li {
                height: 210px;
            }

                .jixie .bx-viewport li img {
                    width: 100%;
                    height: 155px;
                    vertical-align: middle;
                    object-fit: cover;
                }

    .caseri {
        float: none;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

        .caseri ul {
            display: flex;
            justify-content: space-between
        }

        .caseri li {
            width: 49%;
            height: 150px;
            margin-bottom: 0px
        }

            .caseri li img {
                height: 100%;
                object-fit: cover
            }

            .caseri li p {
                font-size: 20px
            }
}
